home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Long Ban 3
/
Long Ban 3 - Disc 2.iso
/
mac
/
DISK2
/
DATA
/
phot2.Dxr
/
00014.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-03-22
|
206 b
|
14 lines
global gslideshowtimer
on startslideshowtimer
set gslideshowtimer to the ticks + getspeed()
end
on isslideshowtimeout
if gslideshowtimer > the ticks then
return 0
else
return 1
end if
end